Lines Matching refs:pf_exists

1414 static BOOL pf_exists(const char *file)  in pf_exists()  function
1427 ok(hinst, pf_exists("msitest\\first"), "folder absent\n"); in cf_present()
1428 ok(hinst, pf_exists("msitest\\second"), "folder absent\n"); in cf_present()
1429 ok(hinst, pf_exists("msitest\\third"), "folder absent\n"); in cf_present()
1435 ok(hinst, !pf_exists("msitest\\first"), "folder present\n"); in cf_absent()
1436 ok(hinst, !pf_exists("msitest\\second"), "folder present\n"); in cf_absent()
1437 ok(hinst, !pf_exists("msitest\\third"), "folder present\n"); in cf_absent()
1443 ok(hinst, pf_exists("msitest\\first\\one.txt"), "file absent\n"); in file_present()
1444 ok(hinst, pf_exists("msitest\\second\\two.txt"), "file absent\n"); in file_present()
1450 ok(hinst, !pf_exists("msitest\\first\\one.txt"), "file present\n"); in file_absent()
1451 ok(hinst, !pf_exists("msitest\\second\\two.txt"), "file present\n"); in file_absent()
1457 ok(hinst, pf_exists("msitest\\shortcut.lnk"), "shortcut absent\n"); in crs_present()
1463 ok(hinst, !pf_exists("msitest\\shortcut.lnk"), "shortcut present\n"); in crs_absent()
1547 ok(hinst, pf_exists("msitest\\original2.txt"), "file absent\n"); in rd_present()
1548 ok(hinst, pf_exists("msitest\\duplicate.txt"), "file absent\n"); in rd_present()
1549 ok(hinst, !pf_exists("msitest\\original3.txt"), "file present\n"); in rd_present()
1550 ok(hinst, !pf_exists("msitest\\duplicate2.txt"), "file present\n"); in rd_present()
1556 ok(hinst, !pf_exists("msitest\\original2.txt"), "file present\n"); in rd_absent()
1557 ok(hinst, !pf_exists("msitest\\duplicate.txt"), "file present\n"); in rd_absent()
1558 ok(hinst, !pf_exists("msitest\\original3.txt"), "file present\n"); in rd_absent()
1559 ok(hinst, !pf_exists("msitest\\duplicate2.txt"), "file present\n"); in rd_absent()
1611 ok(hinst, pf_exists("msitest\\canada"), "file absent\n"); in mov_present()
1612 ok(hinst, pf_exists("msitest\\dominica"), "file absent\n"); in mov_present()
1618 ok(hinst, !pf_exists("msitest\\canada"), "file present\n"); in mov_absent()
1619 ok(hinst, !pf_exists("msitest\\dominica"), "file present\n"); in mov_absent()