HomeSort by relevance Sort by last modified time
    Searched refs:check_path (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 54 def check_path(got, expected): function in function:InstallTestCase.test_home_installation_scheme
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
66 check_path(cmd.install_data, destination)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 54 def check_path(got, expected): function in function:InstallTestCase.test_home_installation_scheme
60 check_path(cmd.install_lib, libdir)
61 check_path(cmd.install_platlib, libdir)
62 check_path(cmd.install_purelib, libdir)
63 check_path(cmd.install_headers,
65 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
66 check_path(cmd.install_data, destination)
  /system/extras/tests/fstest/
perm_checker.c 359 static int check_path(const char *name) function
396 retval |= check_path(tmp);
429 if (check_path("/"))

Completed in 114 milliseconds