/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)
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_LinkerNamespacesTest.cpp | 127 static bool check_path(const std::string& library_path, function 235 if (!check_path(kSystemLibraryPath, system_public_libraries, &errors)) { 256 if (!check_path(kVendorLibraryPath, vendor_public_libraries, &errors)) {
|